--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 420601f6db68998fa8e07518ef495344c128c9b7
Parents : b35bd6d
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-05-02T06:25:33-05:00
fix(docs): update installation script and wheel URLs to point to GitHub repository
Changes
Diff
diff --git a/docs/meshchatx_on_raspberry_pi.md b/docs/meshchatx_on_raspberry_pi.md
index 0ef2c503..0234ae49 100644
--- a/docs/meshchatx_on_raspberry_pi.md
+++ b/docs/meshchatx_on_raspberry_pi.md
@@ -8,7 +8,7 @@ This install path uses a release wheel, which already includes frontend assets.
## Automated Setup Scripts
```bash
-curl -fsSL 'https://git.quad4.io/RNS-Things/MeshChatX/raw/branch/master/scripts/rpi/install_meshchatx.sh' | bash
+curl -fsSL 'https://raw.githubusercontent.com/Quad4-Software/MeshChatX/refs/heads/master/scripts/rpi/install_meshchatx.sh' | bash
```
If you have the repo cloned locally already:
@@ -71,7 +71,7 @@ pipx install /path/to/reticulum_meshchatx-<version>-py3-none-any.whl
Direct example (v4.6.0):
```bash
-pipx install "https://git.quad4.io/RNS-Things/MeshChatX/releases/download/v4.6.0/reticulum_meshchatx-4.6.0-py3-none-any.whl"
+pipx install "https://github.com/Quad4-Software/MeshChatX/releases/download/v4.6.0-rc.1/reticulum_meshchatx-4.6.0-py3-none-any.whl"
```
`py3-none-any` wheels are architecture-independent, so the same wheel artifact
@@ -93,7 +93,7 @@ cd ~/meshchatx
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
-python -m pip install "https://git.quad4.io/RNS-Things/MeshChatX/releases/download/v4.4.0/reticulum_meshchatx-4.4.0-py3-none-any.whl"
+python -m pip install "https://github.com/Quad4-Software/MeshChatX/releases/download/v4.6.0-rc.1/reticulum_meshchatx-4.6.0-py3-none-any.whl"
```
Run command in venv mode:
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────